"192.168.0.1:sipop" Previous topic Chapter index Next topic

DOCUMENTOS_DE_PERSONA_BI

 

 

Descriptions

There is no desription for trigger DOCUMENTOS_DE_PERSONA_BI

 

Definition


CREATE TRIGGER DOCUMENTOS_DE_PERSONA_BI FOR DOCUMENTOS_DE_PERSONA ACTIVE
BEFORE INSERT POSITION 0
AS
BEGIN
  /* Trigger body */
   IF (NEW.id_documento_persona IS NULL) THEN
  BEGIN
  NEW.id_documento_persona = GEN_ID("gen_docxpersona",1);
  IF ( NEW.id_documento_persona >99999999) THEN
     EXECUTE STATEMENT 'SET GENERATOR "gen_doxpersona" TO 0';
  END
END

    This file was generated with EMS InterBase/FireBird Manager (www.ibmanager.com) at 09/06/2005 05:52 p.m. Previous topic Chapter index Next topic